home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / GRETTON / LPRFRONT / !LPR / Library / ChgTbox < prev    next >
Text File  |  1997-06-03  |  2KB  |  41 lines

  1. Changes to ToolboxLib
  2. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  3.  
  4. ToolboxLib written by Liam Gretton
  5.  
  6.  v1.18 - 03/06/97 - Added PROCtbox_MenuFade for fading/unfading menu items.
  7.  
  8.  v1.17 - 03/03/97 - Added PROCtbox_ForceRedraw, which calls Window_ForceRedraw.
  9.  
  10.  v1.16 - 22/02/97 - Added FNtbox_DeskFontHandle which returns the font handle of
  11.                     whatever font is in use in the desktop. Untested on machines
  12.                     without RISC OS 3.50+.     
  13.  
  14.  v1.15 - 19/11/96 - Removed PROCtbox_Objects (it should now sit in the app's
  15.                     !RunImage) and the app-specific events from PROCtbox_Events,
  16.                     so the library is now totally independant.
  17.  
  18.  v1.14 - 12/11/96 - Now I *really* think I've got rid of that bug mentioned
  19.                  below! The MessageTrans bits have had a bit of an overhaul.
  20.  
  21.  v1.13 - 03/11/96 - I *think* I've got rid of that irritating bug which
  22.                  sometimes occured when calling FNtbox_Mess.
  23.  
  24.          22/09/96 - Changed operation of PROCtbox_Message; it now opens a
  25.                     standard wimp alert box instead of a custom window.
  26.                     Apps using ToolbixLib prior to this version need
  27.                     altering (the procedure now takes two args).
  28.  
  29.  v1.12 - 21/09/96 - Added PROCtbox_MenuFade which fades/unfades menu items.
  30.  
  31.  v1.11 - 10/09/96 - Removed a bug in FNtbox_GetID - I was LOCALising o% and
  32.              c%. Write out one hundred times "function arguments are
  33.              already local you fool, function arguments are already
  34.              local you fool..."
  35.  
  36.  v1.10 - 30/08/96 - Added PROCtbox_Fade which fades/unfades Toolbox gadgets.
  37.  
  38.  v1.09 - 29/08/96 - Added PROCtbox_Debug. This opens a small window which
  39.              can display up to four strings; useful for debugging
  40.              wimp progs.
  41.